simetrix.NetlistReturn

class simetrix.NetlistReturn

Bases: object

Return data from Schematic.netlist() method.

Methods

Attributes

fileforensic

If status==SchematicStatus.FILEOPENFAIL, returns information about why the file failed to open.

netlistErrorMessage

If status==SchematicStatus.NETLISTERRORS, returns information about the netlist errors.

path

Full file system path of netlist.

status

Status of netlist operation.

property fileforensic: FileForensic

If status==SchematicStatus.FILEOPENFAIL, returns information about why the file failed to open.

property netlistErrorMessage: str

If status==SchematicStatus.NETLISTERRORS, returns information about the netlist errors.

property path: str

Full file system path of netlist. Empty of netlist operation fails.

property status: SchematicStatus

Status of netlist operation. Can return values SchematicStatus.NOERR, SchematicStatus.NOSCHEMATIC, SchematicStatus.FILEOPENFAIL, SchematicStatus.NETLISTERRORS and SchematicStatus.UNEXPECTED.